home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 24
/
MacFormat n. 24 (Spain)
/
MacFormat 24.bin
/
Demos
/
Jungle Activated!
/
JungleActivated Demo
/
jung DEMO d
/
00133_MBeat Info.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-14
|
394 b
|
15 lines
on mouseUp
global gArtist
if the windowList = [] then
set gArtist to "MBeat"
set LeftOrigin to the stageLeft
set TopOrigin to the stageTop
ArtistsMIAW(LeftOrigin + 45, TopOrigin + 75, LeftOrigin + 45 + 320, TopOrigin + 75 + 140, "MBeat")
else
set the visible of window "artist.dir" to 0
updateStage()
forget(window "artist.dir")
updateStage()
end if
end